home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / util / cli / cli2win.lha / cli2win.readme next >
Encoding:
Text File  |  2000-08-03  |  1.1 KB  |  53 lines

  1. Short:    V1.1 open a WB drawer from CLI
  2. Uploader: ignaz@navy.org (Ignaz Kellerer)
  3. Author:   ignaz@navy.org (Ignaz Kellerer)
  4. Version:  1.1
  5. Requires: RexxMast running; AmigaOS 3.5 or DirectoryOpus
  6. Type:     util/cli
  7.  
  8. This is a little AREXX-Script i wrote because i hated it to click through
  9. the countless drawers on my HD...
  10.  
  11. It works with WB 3.5 as well as Directory Opus.
  12.  
  13. If you know how to use the Scalos ARexx-Port, contact me, and I will
  14. try to add Scalos-Support, too.
  15.  
  16.  
  17.  
  18. Installation:
  19.  
  20.    protect window +se   (important!)
  21.    copy window c:       (or anywhere in the path)
  22.  
  23.  
  24. Usage:
  25.  
  26.    window 'path'
  27.         path: (guess what!) The path you want to open
  28.  
  29.  
  30. Examples:
  31.  
  32.    window dh1:programs
  33.                 
  34.          ...opens the programs-drawer on device dh1: (if there is such a drawer)
  35.          (of course you can rename the program to whatever you like...)
  36.  
  37.    window
  38.  
  39.          ...opens the drawer of the current directory
  40.  
  41.  
  42. Special feature:
  43.  
  44.    This script detaches itself for improved speed.
  45.  
  46.  
  47.  
  48.  
  49. Thanks to Roman Schaub (roman@ancor.ch) for the idea and the previous version.
  50.  
  51. !you must have the Arexx-server active!
  52.  
  53.